Skip to content

Conversation

Dakine135
Copy link

No description provided.

@Dakine135
Copy link
Author

Indexes can be utilized in a regex search, it would just need to scan the index, but that is likely more performant than scanning the entire collection. For example if you have 10,000 documents in the collection, and an index on "title", but title was not unique and only had 1,000 different values, then the index would still be very helpful against the regex search since it could match against 1,000 instead of 10,000 checks.

type "double" was mentioned twice.

@Dakine135
Copy link
Author

Bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant